首页> 外文OA文献 >Very Efficient Training of Convolutional Neural Networks using Fast Fourier Transform and Overlap-and-Add
【2h】

Very Efficient Training of Convolutional Neural Networks using Fast Fourier Transform and Overlap-and-Add

机译:利用Fast算法高效训练卷积神经网络   傅立叶变换和重叠加法

代理获取
本网站仅为用户提供外文OA文献查询和代理获取服务,本网站没有原文。下单后我们将采用程序或人工为您竭诚获取高质量的原文,但由于OA文献来源多样且变更频繁,仍可能出现获取不到、文献不完整或与标题不符等情况,如果获取不到我们将提供退款服务。请知悉。

摘要

Convolutional neural networks (CNNs) are currently state-of-the-art forvarious classification tasks, but are computationally expensive. Propagatingthrough the convolutional layers is very slow, as each kernel in each layermust sequentially calculate many dot products for a single forward and backwardpropagation which equates to $\mathcal{O}(N^{2}n^{2})$ per kernel per layerwhere the inputs are $N \times N$ arrays and the kernels are $n \times n$arrays. Convolution can be efficiently performed as a Hadamard product in thefrequency domain. The bottleneck is the transformation which has a cost of$\mathcal{O}(N^{2}\log_2 N)$ using the fast Fourier transform (FFT). However,the increase in efficiency is less significant when $N\gg n$ as is the case inCNNs. We mitigate this by using the "overlap-and-add" technique reducing thecomputational complexity to $\mathcal{O}(N^2\log_2 n)$ per kernel. This methodincreases the algorithm's efficiency in both the forward and backwardpropagation, reducing the training and testing time for CNNs. Our empiricalresults show our method reduces computational time by a factor of up to 16.3times the traditional convolution implementation for a 8 $\times$ 8 kernel anda 224 $\times$ 224 image.
机译:卷积神经网络(CNN)当前是各种分类任务的最新技术,但计算量很大。在卷积层中传播非常慢,因为每个层中的每个内核必须为单个向前和向后传播顺序计算许多点积,这等于每个内核每个$ \ mathcal {O}(N ^ {2} n ^ {2})$层,其中输入是$ N \ times N $数组,内核是$ n \ times n $ arrays。卷积可以在频域中作为Hadamard积有效地执行。瓶颈是使用快速傅立叶变换(FFT)的成本为\\数学{O}(N ^ {2} \ log_2 N)$的转换。但是,当$ N \ gg n $时,效率的提高不那么显着,就像在CNN中一样。我们通过使用“重叠加法”技术将计算复杂度降低到每个内核$ mathcal {O}(N ^ 2 \ log_2 n)$来减轻这种情况。该方法提高了算法在向前和向后传播中的效率,减少了CNN的训练和测试时间。我们的经验结果表明,对于8乘8内核和224乘224图像,我们的方法将计算时间减少了传统卷积实现的16.3倍。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
代理获取

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号